pause php

97

<?php
// wait (sleep) for 10 seconds
sleep(10);
?>
<?php
    sleep(4);
    echo "Done\n";
?>

Comments

Submit
0 Comments